home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "Name": "Text (32) NOT NULL",
- "Description": "Memo/Hyperlink (255)",
- "Weight": "Double NOT NULL",
- "ChangeDate": "DateTime"
- },
- "data": [
- {
- "Name": "Urgent",
- "Description": "Incident is extremely urgent and requires immediate attention.",
- "Weight": 1
- },
- {
- "Name": "High",
- "Description": "Incident is important and should be resolved as soon as possible.",
- "Weight": 0.75
- },
- {
- "Name": "Low",
- "Description": "Incident is not critical and can be resolved as time and resources allow.",
- "Weight": 0.25
- },
- {
- "Name": "Medium",
- "Description": "Incident is important but can be resolved in a reasonable time frame.",
- "Weight": 0.5
- },
- {
- "Name": "N/A",
- "Description": "Priority is not applicable.",
- "Weight": 0
- }
- ]
- }